3.449 \(\int (c \cos (e+f x))^m (a+b \cos (e+f x))^n (A+B \cos (e+f x)) \, dx\)

Optimal. Leaf size=36 \[ \text {Int}\left ((A+B \cos (e+f x)) (c \cos (e+f x))^m (a+b \cos (e+f x))^n,x\right ) \]

[Out]

Unintegrable((c*cos(f*x+e))^m*(a+b*cos(f*x+e))^n*(A+B*cos(f*x+e)),x)

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (c \cos (e+f x))^m (a+b \cos (e+f x))^n (A+B \cos (e+f x)) \, dx \]

Verification is Not applicable to the result.

[In]

Int[(c*Cos[e + f*x])^m*(a + b*Cos[e + f*x])^n*(A + B*Cos[e + f*x]),x]

[Out]

Defer[Int][(c*Cos[e + f*x])^m*(a + b*Cos[e + f*x])^n*(A + B*Cos[e + f*x]), x]

Rubi steps

\begin {align*} \int (c \cos (e+f x))^m (a+b \cos (e+f x))^n (A+B \cos (e+f x)) \, dx &=\int (c \cos (e+f x))^m (a+b \cos (e+f x))^n (A+B \cos (e+f x)) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 7.98, size = 0, normalized size = 0.00 \[ \int (c \cos (e+f x))^m (a+b \cos (e+f x))^n (A+B \cos (e+f x)) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(c*Cos[e + f*x])^m*(a + b*Cos[e + f*x])^n*(A + B*Cos[e + f*x]),x]

[Out]

Integrate[(c*Cos[e + f*x])^m*(a + b*Cos[e + f*x])^n*(A + B*Cos[e + f*x]), x]

________________________________________________________________________________________

fricas [A]  time = 1.77, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (B \cos \left (f x + e\right ) + A\right )} {\left (b \cos \left (f x + e\right ) + a\right )}^{n} \left (c \cos \left (f x + e\right )\right )^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))^m*(a+b*cos(f*x+e))^n*(A+B*cos(f*x+e)),x, algorithm="fricas")

[Out]

integral((B*cos(f*x + e) + A)*(b*cos(f*x + e) + a)^n*(c*cos(f*x + e))^m, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (B \cos \left (f x + e\right ) + A\right )} {\left (b \cos \left (f x + e\right ) + a\right )}^{n} \left (c \cos \left (f x + e\right )\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))^m*(a+b*cos(f*x+e))^n*(A+B*cos(f*x+e)),x, algorithm="giac")

[Out]

integrate((B*cos(f*x + e) + A)*(b*cos(f*x + e) + a)^n*(c*cos(f*x + e))^m, x)

________________________________________________________________________________________

maple [A]  time = 3.39, size = 0, normalized size = 0.00 \[ \int \left (c \cos \left (f x +e \right )\right )^{m} \left (a +b \cos \left (f x +e \right )\right )^{n} \left (A +B \cos \left (f x +e \right )\right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*cos(f*x+e))^m*(a+b*cos(f*x+e))^n*(A+B*cos(f*x+e)),x)

[Out]

int((c*cos(f*x+e))^m*(a+b*cos(f*x+e))^n*(A+B*cos(f*x+e)),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (B \cos \left (f x + e\right ) + A\right )} {\left (b \cos \left (f x + e\right ) + a\right )}^{n} \left (c \cos \left (f x + e\right )\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))^m*(a+b*cos(f*x+e))^n*(A+B*cos(f*x+e)),x, algorithm="maxima")

[Out]

integrate((B*cos(f*x + e) + A)*(b*cos(f*x + e) + a)^n*(c*cos(f*x + e))^m, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int {\left (c\,\cos \left (e+f\,x\right )\right )}^m\,\left (A+B\,\cos \left (e+f\,x\right )\right )\,{\left (a+b\,\cos \left (e+f\,x\right )\right )}^n \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*cos(e + f*x))^m*(A + B*cos(e + f*x))*(a + b*cos(e + f*x))^n,x)

[Out]

int((c*cos(e + f*x))^m*(A + B*cos(e + f*x))*(a + b*cos(e + f*x))^n, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))**m*(a+b*cos(f*x+e))**n*(A+B*cos(f*x+e)),x)

[Out]

Timed out

________________________________________________________________________________________